home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / news / DWdecode.lha / dwdecode1.02 / samples / DoArts next >
Text File  |  1997-01-02  |  828b  |  13 lines

  1. ; QUICKIE TO ENVOKE DWDecode - allows for keeping separate logs
  2. ; duplicate and edit lines for additional directories
  3. ;
  4. ; copy in newsgroup name and change all periods to slashes
  5. ; set the filenote and log options as desired             
  6. ;
  7. CD AMITCP:bin
  8. rx DWdecode S='UUNEWS:alt/binaries/clip-art/' D='DATA:PIX/' FN='%LLQ1 : %SUBJECT' LF='DWdecode.log.clipart' 
  9. rx DWdecode S='UUNEWS:alt/binaries/pictures/animals/'  D='DATA:PIX/' FN='%LLQ1 : %SUBJECT' LF='DWdecode.log.animals'
  10. rx DWdecode S='UUNEWS:alt/binaries/pictures/anime/'    D='DATA:PIX/' FN='%LLQ1 : %SUBJECT' LF='DWdecode.log.anime'
  11. rx DWdecode S='UUNEWS:alt/binaries/pictures/astro/'    D='DATA:PIX/' FN='%LLQ1 : %SUBJECT' LF='DWdecode.log.astro'
  12. rx DWdecode S='UUNEWS:alt/binaries/pictures/cartoons/' D='DATA:PIX/' FN='%LLQ1 : %SUBJECT' LF='DWdecode.log.cartoons'
  13.